.logo-div-footer{
    min-width: 25px;
    max-width: 30px;
}

.end-footer{
    width: 100vw;
    box-sizing: border-box;
    background-color: grey;
}

footer{
    background-color: #f7f7f7;
}

.insta-icon{
    width: 50px !important;
    margin-left: -10px  !important;
}

.button-footer{
    font-size: 1.5vw;
    font-style: normal;
    background-color: transparent;
    border: none;
}
.logo-footer{
    width: 115px;
}

.footer-links{
    font-size: 10px;
    line-height: 20px;
    font-weight: 100;
}


@media (max-width: 1320px) {

    .start-footer {
        padding: 0 20px;
    }
}


@media (max-width: 990px) {
    .text-footer{
        font-size: 12px !important;
        margin-top: 7px;
        margin-left: 1px;
    }

}


@media (max-width: 480px) {
    .start-footer {
        padding: 0 5px;
    }
}
